home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Online / MagPLIP / magPLIP38.1.readme < prev    next >
Text File  |  1998-05-12  |  5KB  |  149 lines

  1. Short:    SANA-II parallel port driver
  2. Author:   mag@sysgo.de
  3. Uploader: ruppert@amigaworld.com
  4. Type:     comm/net
  5. Kurz:     SANA-II Treiber für die parallele Schnittstelle
  6. Replaces: magplip37.8.lha
  7. Requires: SANA-II compliant protocol stack
  8. Version:  38.1
  9.  
  10.   magPLIP - SANA II compliant PLIP device driver for AmiTCP/IP, Envoy,
  11.         AS225 and other networking packages
  12.  
  13.   (C) Copyright 1993-1994 Oliver Wagner, Michael Balzer
  14.   (C) Copyright 1995 Jan Kratochvil & Martin Mares
  15.   (C) Copyright 1995-1996 Marius Groeger
  16.       All Rights Reserved.
  17.  
  18.   Changes have been made by Stéphane Zermatten to the driver to connect
  19.   a LinuxBox to an Amiga via a LapLing cable, based on the release 37.8.
  20.  
  21.   This modified version (38.x) is distributed with the permission of
  22.   the author, Marius Groeger and compiled by Stefan Ruppert.
  23.  
  24.   NOTE: The main addition to the 37.7 version is the linplip.device
  25.     driver, which can connect to a LinuxBox. Also there are two
  26.     bugfixes for the magplip.device driver, which fixes a
  27.     problem with Miami and possible system crash for big file
  28.     transfers.
  29.  
  30.   -------------------------------------------------------------------------
  31.                    IMPORTANT NOTE!
  32.   PLEASE READ THE UPGRADE INFORMATION IN THE SUPPLIED AMIGAGUIDE® DOCUMENT!
  33.   -------------------------------------------------------------------------
  34.  
  35.   This is another PLIP device driver. PLIP means Parallel Line Internet
  36.   Protocol. Originally based upon the plip.device released by Oliver
  37.   Wagner and Michael Balzer, this version has been completely rewritten.
  38.  
  39.   The main distinguishing features to the original version include
  40.  
  41.    * Much more line security through machine independent timeout handling
  42.  
  43.    * Option to omit CRC checks
  44.  
  45.    * MTU 256 Bytes to 128KBytes
  46.  
  47.    * SANA-II special statistic counters
  48.  
  49.    * Much better configurable, especially with regard to slow systems
  50.  
  51.    * Major code cleanup, including the removal of assembler fragments,
  52.      globals, errors
  53.  
  54.    * Several protocol stacks may use magPLIP simultaneously
  55.  
  56.    * Installer script
  57.  
  58.    * AmigaGuide® online documentation
  59.  
  60.   Please read also the supplied AmigaGuide® document to obtain further
  61.   information about the installation and usage of magPLIP.
  62.  
  63.   You should install this software package by using the supplied Installer
  64.   script. If you have any suggestions or comments please contact the
  65.   following people :
  66.  
  67.   Linux related: Stéphane Zermatten <Stephane.Zermatten@earthling.net>
  68.   Amiga related: Stefan Ruppert <ruppert@amigaworld.com> (mainly bug fixes)
  69.   General concept related: Marius Groeger <mag@sysgo.de>
  70.  
  71.   NOTE: Marius has stopped development on the Amiga, so don't bother him
  72.     about the V38 release.
  73.  
  74.   --------------------------------------------------------------------------
  75.  
  76.   Release 38.1 (compiled by Stefan Ruppert)
  77.  
  78.     * added a version of the driver (linplip.device) that will
  79.       connect an Amiga to a PC running Linux, using a LapLink cable.
  80.       The driver for the Linux side is also included.
  81.       By Stéphane Zermatten.
  82.     * bugfix: the command S2_ONLINE now returns 0 (success) if the
  83.       device is already online.
  84.     * bugfix: now works also for large file tranfers, no system crashes
  85.       anymore.
  86.  
  87.   Release 37.8
  88.  
  89.     * bugfix: magPLIP can be used by multiple protocol stacks simultaneously.
  90.  
  91.   Release 37.7
  92.  
  93.     * Improved packet type tracking
  94.  
  95.     * SANA-II special statistic counters
  96.  
  97.     * Improved documentation
  98.  
  99.     * schematic drawing included that shows the cable wiring
  100.  
  101.   Release 37.5
  102.  
  103.     * on early startup time the MTU reported to protocol was not yet
  104.       the customized value but the default setting; At least Envoy
  105.       had problems with this bug
  106.  
  107.     * Frame buffer handling is now done dynamically, MTU can be set to
  108.       values up to 128K. A large MTU increases performance for large
  109.       data transfers such as in a file-server system.
  110.  
  111.     * Code more robust against initialization errors
  112.  
  113.     * ENV: settings are better checked for validity
  114.  
  115.   Release 37.4
  116.  
  117.     * Some documentation changes
  118.     * minor changes in the transfer code
  119.  
  120.   Release 37.3
  121.  
  122.     * Timeout handling is now system independent and gives a great
  123.       improvement to configuration and line security
  124.     * ARBITRATIONDELAY no longer used, but supported for old config-files
  125.  
  126.   Release 37.2
  127.  
  128.     * Significantly better performance (transfer routines rewritten in
  129.       assembly language)
  130.     * internal code cleanup
  131.  
  132.   Initial Release 37.1
  133.  
  134.   --------------------------------------------------------------------------
  135.  
  136.   This package is Freeware, but not in the public domain.
  137.  
  138.   It's strictly forbidden to include this archive in any kind of software
  139.   collection except Fred Fish's AmigaLibrary, Meeting Pearls CD's, Aminet,
  140.   Aminet CD's and BBS fileareas.
  141.  
  142.   This software is provided "as is". No representations or warranties are
  143.   made with respect to the accuracy, reliability, performance, currentness,
  144.   or operation of this software, and all use is at your own risk.
  145.  
  146.   This doesn't apply to the linux kernel patch (Linux/plip.c), which is
  147.   distributed under the GNU Public Licence. (SZ)
  148.  
  149.